html {
    /*background-color: dimgrey; */
    background: url(../Images/Backgrounds/background_5.jpg);
}

.title-logo {
    text-align: center;
    /* background-color: dimgray; */
    }

.slogan {
    color: #11224E;
    text-shadow: 2px 2px 4px #F87B1B;
    
}

.main-nav {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.main-nav li { float: left;}
.main-nav li a {
    display: block;
    color: #eeeeee;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: xx-large;
    
}

.title-sections {
    color: #11224E;
    text-align: center;
    text-shadow: 2px 2px 4px #F87B1B;
}

.box {
    float: left;
    width: 25%;
    padding: both;
    border: 1px solid #000000;
    margin-bottom: 30px;
    background: #CBD99B;
    /*background-color: #B3E5FC;*/
}

.box a {
    font-size: 25px;
    color: black;
    text-shadow: 2px 2px 4px #F87B1B;
    /*text-shadow: 2px 2px 4px #CBD99B;*/
}

.grid::after {
    content: "";
    clear: both;
    display: table;
}

.box, .grid, .grid::after { box-sizing: border-box;}

p { text-align: center;
}

.sample { text-align: center;}

#disclaimer {
    background-color: yellow;
    color: red;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    border: 1px solid black;
    }

h3 {
    color: #11224E;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    text-shadow: 2px 2px 4px #F87B1B;
}

/*hr {
    height: 5px;
    background-color: white;
} */

hr {
    height: 5px;
    width: 100%; /* Sets the width to 50% of its parent container */
    margin: 0 auto; /* Centers the hr horizontally */
    border: none; /* Removes default border */
    /*border-top: 2px solid #ccc; /* Adds a custom top border for the line */
    background-color: #CBD99B;
}

/*.back-to-top {
   font-size: x-large;
    text-align: center;
    display: block;
    width: 200px; /* Adjust width as needed 
    margin: 0 auto;
}*/

li {
    text-align: center;
}

.marquee{
     border: 1px solid #FFFFFF;
     background-color: #FFFFFF;
}


